projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
265b269
)
Whitespace fix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Sep 1996 15:17:16 +0000
(15:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Sep 1996 15:17:16 +0000
(15:17 +0000)
lib-src/fakemail.c
patch
|
blob
|
history
diff --git
a/lib-src/fakemail.c
b/lib-src/fakemail.c
index 400861d4fd76e2d9374fadda9b6cb50663561464..d9af25d7dae1cc3f16172c035095229b1606a8a4 100644
(file)
--- a/
lib-src/fakemail.c
+++ b/
lib-src/fakemail.c
@@
-27,14
+27,14
@@
Boston, MA 02111-1307, USA. */
int
main ()
{
-
return 0;
+ return 0;
}
#else /* not BSD 4.2 (or newer) */
#ifdef MSDOS
int
main ()
{
-
return 0;
+ return 0;
}
#else /* not MSDOS */
/* This conditional contains all the rest of the file. */